isSafeInt()Determines if the argument that is passed in is an integer in the range of -9007199254740991 and 9007199254740991.
value is an integer within the range of -9007199254740991 and 9007199254740991.This function is directly required by the following function:
isPrime()