Detects whether a string contains only numbers or not.
numbers_only(x)
x
A string of numbers
TRUE if the string only contains numbers, FALSE otherwise
TRUE
FALSE