http://arduino.cc/en/uploads/Main/arduino-micro-schematic.pdfFrom the datasheet:
"Analog Noise Canceling Techniques
Digital circuitry inside and outside the device generates EMI which might affect the accuracy of
analog measurements. If conversion accuracy is critical, the noise level can be reduced by
applying the following techniques:
a. Keep analog signal paths as short as possible. Make sure analog tracks run over
the analog ground plane, and keep them well away from high-speed switching digital
tracks.
b. The AVCC pin on the device should be connected to the digital VCC supply voltage
via an LC network as shown in Figure 24-10." [shows pin 44 with LC filter]
and
"Note: The same circuitry should be used for AVCC filtering on the ADC8-ADC13 side"
Guess I would recommend Arduino pins A0-A5 for analog readings.
5 of the other 6 are marked for PWM outputs.