Typically you have to write your own function for this. The function is normally written with a Try/Catch that attempts the conversion. If it converts, the function returns true. If it doesnt, it returns false.
Depending on the type of numeric you want to return true (whole numbers only, floats, "$" and "," chars), youll have to pick the right conversion function.
-nerseus