DigitQ
(Built-in Mathematica Symbol) DigitQ[string] yields True if all the characters in the string are digits in the range 0 through 9, and yields False otherwise.
Mathematica handles both integers and real numbers with any number of digits, automatically tagging numerical precision when appropriate. Mathematica internally uses several ...
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.
GaussianIntegers is an option for FactorInteger, PrimeQ, Factor, and related functions that specifies whether factorization should be done over Gaussian integers.
DigitBlock is an option for NumberForm and related functions that specifies the maximum length of blocks of digits between breaks.
RandomInteger[{i_min, i_max}] gives a pseudorandom integer in the range {i_min, i_max}. RandomInteger[i_max] gives a pseudorandom integer in the range {0, ...
DigitCharacter represents a digit character 0\[Dash]9 in StringExpression.
AlgebraicNumberDenominator[a] gives the smallest positive integer n such that n a is an algebraic integer.
FractionalPart[x] gives the fractional part of x.