Create a function that returns true if a number is a palindrome.
true
IsPalindrome(838) ➞ true IsPalindrome(4433) ➞ false IsPalindrome(443344) ➞ true