Predicates on Numbers
These functions return t if the specified condition is true of the numerical argument, or nil otherwise.
Function: cl-digit-char-p char radix
Test if char is a digit in the specified radix (default is 10). If it is, return the numerical value of digit char in radix.