Say you have a field defined as a Byte - this can only take whole numbers up to 255. If you try to import a bigger number, you'll get this sort of error.
Other numeric types have their own limits. Also, trying to import a decimal into an integer field may cause problems.
Your best bet is to experiment with changing the numeric data type of some of your fields.