This is surely the last time to have a proper integer name reflecting what it is in Rust (unlike other languages) and to not reproduce the same mistake.
Far less ambiguous than int/uint, especially for imem/umem.
The unfamiliarity is one of the reason for the renaming. The int in Rust is not like the int in C or other languages. The beginners (or not) will surely fall in that trap.
Moreover, like already said, this is the unique opportunity to fix the current code base from integer misuse (like found in stdlib, Servo and a lot more current code).
As seen in the RFC 464, the vast majority of interested people are in favor of this breaking change.