=ISNUMBER(value)
This example returns TRUE because 100 is a number.
This example returns TRUE because A1 contains 100.
This example returns TRUE because 2+2 is a number.
This example returns TRUE because 2^3 is a number.
The ISNUMBER function is a useful tool for determining if a cell in Sourcetable contains a number. It will return TRUE if the cell contains a number, or FALSE if it does not.