Is there a way to inspect a list of integers without accidentally ending up with a charlist?

Why should I?

I use IEx.i/1 from iex, while I use IO.inspect/2 from within my code.