What is recommended way of setting data type for a custom field with more than 10 digits of number values?

What is recommended way of setting data type for a custom field with more than 10 digits of number values?
Hi,
since you will have to store more than 10 digits I think the only way is to choose for a single line of text field and then validate the data submited with a Javascript function.
Maybe this will help: